xen: add basic support for runtime parameter changing
authorJuergen Gross <jgross@suse.com>
Mon, 28 Aug 2017 07:35:00 +0000 (09:35 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 28 Aug 2017 08:55:24 +0000 (10:55 +0200)
commit19a4f60dabe90846a49399fc81cf5a3c8f2aa722
treeabd8f75fe6eb716fc366723c58e4c9105599689e
parent883375f5d86851cd734a80a89e09475bd66791a9
xen: add basic support for runtime parameter changing

Add the needed infrastructure for runtime parameter changing similar
to that used at boot time via cmdline. We are using the same parsing
functions as for cmdline parsing, but with a different array of
parameter definitions.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/arm/xen.lds.S
xen/arch/x86/xen.lds.S
xen/common/kernel.c
xen/include/xen/init.h
xen/include/xen/lib.h